home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United States Naval Academy Annapolis, Maryland
/
United States Naval Academy - Annapolis, Maryland.iso
/
pc
/
navy data
/
modules
/
etcscrollbar.k
< prev
next >
Wrap
Text File
|
2000-11-09
|
786b
|
46 lines
module oETCScrollbarPlugin is cPlugin
has
release Editor:
GetIO()
do
result := oIOETCScrollbarPlugin;
end;
end;
with
Media is [
oVertical_ETC_ScrollBar
];
end;
object oVertical_ETC_ScrollBar
is
cScrollBar
with
Identifier is "oVertical_ETC_ScrollBar";
URL is "./ETCVSB.PIC";
Mode is oTransparentMode;
Red is 255; Green is 255; Blue is 255;
Direction is Vertical;
HiliteOffset is 20;
FirstArrowOffset is 0;
FirstArrowSize is 20;
BarOffset is 20;
BarSize is 580;
LastArrowOffset is 600;
LastArrowSize is 20;
ThumbOffset is 620;
ThumbSize is 20;
end;
release Editor:
object oIOETCScrollbarPlugin is cIOPlugin
with
MenuItems is [
cIOVerticalScrollbarMenuItem with Name is "ETC"; Value is oVertical_ETC_ScrollBar; end
];
end;
end; -- release Editor